Searched refs:index4 (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | NumberRangeFormatterImpl.java | 376 h.lengthSuffix += mod.apply(string, h.index0(), h.index4()); in formatRange() 381 h.length2 += micros2.modInner.apply(string, h.index2(), h.index4()); in formatRange() 386 h.lengthSuffix += mod.apply(string, h.index0(), h.index4()); in formatRange() 391 h.length2 += micros2.modMiddle.apply(string, h.index2(), h.index4()); in formatRange() 396 h.lengthSuffix += mod.apply(string, h.index0(), h.index4()); in formatRange() 401 h.length2 += micros2.modOuter.apply(string, h.index2(), h.index4()); in formatRange()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/ |
H A D | PrefixInfixSuffixLengthHelper.java | 31 public int index4() { in index4() method in PrefixInfixSuffixLengthHelper
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.h | 271 TIntermNode *src2 = 0, int index2 = 0, TIntermNode *src3 = 0, int index3 = 0, TIntermNode *src4 = 0, int index4 = 0);
|
H A D | OutputASM.cpp | 2092 TIntermNode *src2, int index2, TIntermNode *src3, int index3, TIntermNode *src4, int index4) in emit() 2111 source(instruction->src[4], src4, index4); in emit() 2091 emit(sw::Shader::Opcode op, TIntermTyped *dst, int dstIndex, TIntermNode *src0, int index0, TIntermNode *src1, int index1, TIntermNode *src2, int index2, TIntermNode *src3, int index3, TIntermNode *src4, int index4) emit() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 4711 int index4 = (int)deFloor(deAbs((float)ndx * inputFloats[ndx])); in createOpPhiGroup() local 4712 outputFloats4[ndx] = (float)(index4 % test4Width) * 10.0f + 5.0f; in createOpPhiGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 4709 int index4 = (int)deFloor(deAbs((float)ndx * inputFloats[ndx])); in createOpPhiGroup() local 4710 outputFloats4[ndx] = (float)(index4 % test4Width) * 10.0f + 5.0f; in createOpPhiGroup()
|
Completed in 50 milliseconds