Home
last modified time | relevance | path

Searched refs:vsf (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/art/test/710-varhandle-creation/src/
H A DMain.java91 static final VarHandle vsf; field in Main
157 vsf = MethodHandles.lookup().findStaticVarHandle(Main.class, "sf", float.class);
1176 checkNotNull(vsf); in checkInstantiatedVarHandles()
1177 checkVarType(vsf, float.class); in checkInstantiatedVarHandles()
1178 checkCoordinateTypes(vsf, "[]"); in checkInstantiatedVarHandles()
1179 checkVarHandleAccessMode(vsf, VarHandle.AccessMode.GET, true, "()float"); in checkInstantiatedVarHandles()
1180 checkVarHandleAccessMode(vsf, VarHandle.AccessMode.SET, true, "(float)void"); in checkInstantiatedVarHandles()
1181 checkVarHandleAccessMode(vsf, VarHandle.AccessMode.GET_VOLATILE, true, "()float"); in checkInstantiatedVarHandles()
1182 checkVarHandleAccessMode(vsf, VarHandle.AccessMode.SET_VOLATILE, true, "(float)void"); in checkInstantiatedVarHandles()
1183 checkVarHandleAccessMode(vsf, VarHandle.AccessMode.GET_ACQUIRE, true, "()float"); in checkInstantiatedVarHandles()
[all …]
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderAlgorithmTests.cpp207 float vsf = v * sv * fract; in init()
208 float mid1 = m + vsf; in init()
209 float mid2 = m - vsf; in init()
/aosp_15_r20/external/libjpeg-turbo/
H A Dtjunittest.c290 int hsf = tjMCUWidth[subsamp] / 8, vsf = tjMCUHeight[subsamp] / 8; in checkBufYUV() local
291 int pw = PAD(w, hsf), ph = PAD(h, vsf); in checkBufYUV()
292 int cw = pw / hsf, ch = ph / vsf; in checkBufYUV()
312 halfway = 16 / vsf * sf.num / sf.denom; in checkBufYUV()
319 if (((row * vsf / blocksize) + (col * hsf / blocksize)) % 2 == 0) { in checkBufYUV()
/aosp_15_r20/external/llvm/test/CodeGen/SystemZ/
H A Dvec-sub-01.ll26 ; CHECK: vsf %v24, %v26, %v28
137 ; CHECK: vsf %v24, %v26, %v28
H A Dvec-args-03.ll12 ; CHECK: vsf %v24, %v26, [[REG1]]
/aosp_15_r20/art/test/710-varhandle-creation/
H A Dexpected-stdout.txt2 …..vfi...vfj...vff...vfd...vfo...vfss...vsz...vsb...vsc...vss...vsi...vsj...vsf...vsd...vso...vaz..…
/aosp_15_r20/external/llvm/test/MC/SystemZ/
H A Dinsn-good-z13.s4047 #CHECK: vsf %v0, %v0, %v0 # encoding: [0xe7,0x00,0x00,0x00,0x20,0xf7]
4048 #CHECK: vsf %v0, %v0, %v31 # encoding: [0xe7,0x00,0xf0,0x00,0x22,0xf7]
4049 #CHECK: vsf %v0, %v31, %v0 # encoding: [0xe7,0x0f,0x00,0x00,0x24,0xf7]
4050 #CHECK: vsf %v31, %v0, %v0 # encoding: [0xe7,0xf0,0x00,0x00,0x28,0xf7]
4051 #CHECK: vsf %v18, %v3, %v20 # encoding: [0xe7,0x23,0x40,0x00,0x2a,0xf7]
4053 vsf %v0, %v0, %v0
4054 vsf %v0, %v0, %v31
4055 vsf %v0, %v31, %v0
4056 vsf %v31, %v0, %v0
4057 vsf %v18, %v3, %v20
H A Dinsn-bad-zEC12.s1223 #CHECK: vsf %v0, %v0, %v0
1232 vsf %v0, %v0, %v0
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/resources/software/amazon/awssdk/core/util/
H A Dmime.types462 application/vnd.vsf vsf
/aosp_15_r20/external/python/cpython3/Lib/test/
Dmime.types899 application/vnd.vsf vsf
/aosp_15_r20/external/llvm/test/MC/Disassembler/SystemZ/
H A Dinsns-z13.txt2678 #CHECK: vsf %v0, %v0, %v0
2681 #CHECK: vsf %v18, %v3, %v20
2684 #CHECK: vsf %v31, %v31, %v31
/aosp_15_r20/external/capstone/arch/SystemZ/
H A DSystemZGenInsnNameMaps.inc2177 { SYSZ_INS_VSF, "vsf" },
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td613 def VSF : BinaryVRRc<"vsf", 0xE7F7, sub, v128f, v128f, 2>;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td808 def VSF : BinaryVRRc<"vsf", 0xE7F7, sub, v128f, v128f, 2>;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td835 def VSF : BinaryVRRc<"vsf", 0xE7F7, sub, v128f, v128f, 2>;