Searched refs:baseB (Results 1 – 6 of 6) sorted by relevance
480 deUint8 baseB[2]; in decompressETC1Block() local489 baseB[0] = extend4To8((deUint8)getBits(src, 44, 47)); in decompressETC1Block()490 baseB[1] = extend4To8((deUint8)getBits(src, 40, 43)); in decompressETC1Block()504 baseB[0] = extend5To8(bB); in decompressETC1Block()508 baseB[1] = extend5Delta3To8(bB, dB); in decompressETC1Block()537 dst[dstOffset+2] = (deUint8)deClamp32((int)baseB[subBlock] + modifier, 0, 255); in decompressETC1Block()595 deUint8 baseB[2]; in decompressETC2Block() local604 baseB[0] = extend4To8((deUint8)getBits(src, 44, 47)); in decompressETC2Block()605 baseB[1] = extend4To8((deUint8)getBits(src, 40, 43)); in decompressETC2Block()612 baseB[0] = extend5To8(selBB); in decompressETC2Block()[all …]
820 const string baseB = isSingleInputBuffer ? "%inputC_b" : "%inputB"; in addComplexTypesVariablePointersComputeGroup() local846 "%b_loc = OpAccessChain %mat2x2_ptr " + baseB + " %c_i32_0", in addComplexTypesVariablePointersComputeGroup()847 "%b_loc = OpAccessChain %arr2_ptr " + baseB + " %c_i32_0 %c_i32_0", in addComplexTypesVariablePointersComputeGroup()848 "%b_loc = OpAccessChain %inner_struct_ptr " + baseB + " %c_i32_0 %c_i32_1 %c_i32_1", in addComplexTypesVariablePointersComputeGroup()849 … "%b_loc = OpAccessChain %arr_v4f32_ptr " + baseB + " %c_i32_0 %c_i32_0 %c_i32_0 %c_i32_1", in addComplexTypesVariablePointersComputeGroup()850 …"%b_loc = OpAccessChain %v4f32_ptr " + baseB + " %c_i32_0 %c_i32_1 %c_i32_0 %c_i32_0 %c_i32… in addComplexTypesVariablePointersComputeGroup()851 …"%b_loc = OpAccessChain %sb_f32ptr " + baseB + " %c_i32_0 %c_i32_1 %c_i32_1 %c_i32_1 %c_i32… in addComplexTypesVariablePointersComputeGroup()870 "%b_loc = OpPtrAccessChain %mat2x2_ptr " + baseB + " %c_i32_0 %c_i32_0", in addComplexTypesVariablePointersComputeGroup()871 "%b_loc = OpPtrAccessChain %arr2_ptr " + baseB + " %c_i32_0 %c_i32_0 %c_i32_0", in addComplexTypesVariablePointersComputeGroup()872 … "%b_loc = OpPtrAccessChain %inner_struct_ptr " + baseB + " %c_i32_0 %c_i32_0 %c_i32_1 %c_i32_1", in addComplexTypesVariablePointersComputeGroup()[all …]
858 double baseB; in expm1() local878 baseB = tempB + (tempA - baseA); in expm1()905 temp = ya + za * baseB; in expm1()906 double yb = -(temp - ya - za * baseB); in expm1()913 temp = ya + zb * baseB; in expm1()914 yb += -(temp - ya - zb*baseB); in expm1()928 temp = ya + baseB; in expm1()930 yb += -(temp - ya - baseB); in expm1()
1175 baseB: Smi, lengthB: Smi)1178 assert(0 <= baseA && 0 < baseB);1179 assert(baseA + lengthA == baseB);1195 let cursor_b: Smi = baseB;1350 baseB: Smi, lengthB: Smi)1353 assert(0 <= baseA && 0 < baseB);1354 assert(baseA + lengthA == baseB);1365 context, sortState, LoadF, elements, baseB, temp_array, 0, length_b)1369 let dest: Smi = baseB + length_b - 1;
733 String baseB = b.getElement(0); in compare() local734 if (!ROOT.name.equals(baseA) || !ROOT.name.equals(baseB)) { in compare()735 …w IllegalArgumentException("Comparing different DTDs: " + ROOT.name + ", " + baseA + ", " + baseB); in compare()
META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...