HomeSort by relevance Sort by last modified time
    Searched full:float_to_int (Results 1 - 25 of 51) sorted by null

1 2 3

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_int/
Test_float_to_int.java 17 package dot.junit.opcodes.float_to_int;
21 import dot.junit.opcodes.float_to_int.d.T_float_to_int_1;
22 import dot.junit.opcodes.float_to_int.d.T_float_to_int_5;
104 load("dot.junit.opcodes.float_to_int.d.T_float_to_int_2", VerifyError.class);
113 load("dot.junit.opcodes.float_to_int.d.T_float_to_int_3", VerifyError.class);
122 load("dot.junit.opcodes.float_to_int.d.T_float_to_int_4", VerifyError.class);
130 load("dot.junit.opcodes.float_to_int.d.T_float_to_int_6", VerifyError.class);
139 load("dot.junit.opcodes.float_to_int.d.T_float_to_int_5", VerifyError.class);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_int/d/
T_float_to_int_1.java 17 package dot.junit.opcodes.float_to_int.d;
T_float_to_int_5.java 17 package dot.junit.opcodes.float_to_int.d;
T_float_to_int_1.d 16 .class public dot.junit.opcodes.float_to_int.d.T_float_to_int_1
T_float_to_int_2.d 16 .class public dot.junit.opcodes.float_to_int.d.T_float_to_int_2
T_float_to_int_3.d 16 .class public dot.junit.opcodes.float_to_int.d.T_float_to_int_3
T_float_to_int_4.d 16 .class public dot.junit.opcodes.float_to_int.d.T_float_to_int_4
T_float_to_int_5.d 16 .class public dot.junit.opcodes.float_to_int.d.T_float_to_int_5
T_float_to_int_6.d 16 .class public dot.junit.opcodes.float_to_int.d.T_float_to_int_6
  /external/mesa3d/src/mesa/main/
light.c 397 params[0] = FLOAT_TO_INT(ctx->Light.Light[l].Ambient[0]);
398 params[1] = FLOAT_TO_INT(ctx->Light.Light[l].Ambient[1]);
399 params[2] = FLOAT_TO_INT(ctx->Light.Light[l].Ambient[2]);
400 params[3] = FLOAT_TO_INT(ctx->Light.Light[l].Ambient[3]);
403 params[0] = FLOAT_TO_INT(ctx->Light.Light[l].Diffuse[0]);
404 params[1] = FLOAT_TO_INT(ctx->Light.Light[l].Diffuse[1]);
405 params[2] = FLOAT_TO_INT(ctx->Light.Light[l].Diffuse[2]);
406 params[3] = FLOAT_TO_INT(ctx->Light.Light[l].Diffuse[3]);
409 params[0] = FLOAT_TO_INT(ctx->Light.Light[l].Specular[0]);
410 params[1] = FLOAT_TO_INT(ctx->Light.Light[l].Specular[1])
    [all...]
texenv.c 747 params[0] = FLOAT_TO_INT( texUnit->EnvColor[0] );
748 params[1] = FLOAT_TO_INT( texUnit->EnvColor[1] );
749 params[2] = FLOAT_TO_INT( texUnit->EnvColor[2] );
750 params[3] = FLOAT_TO_INT( texUnit->EnvColor[3] );
880 param[0] = FLOAT_TO_INT(texUnit->RotMatrix[0]);
881 param[1] = FLOAT_TO_INT(texUnit->RotMatrix[1]);
882 param[2] = FLOAT_TO_INT(texUnit->RotMatrix[2]);
883 param[3] = FLOAT_TO_INT(texUnit->RotMatrix[3]);
pack.c     [all...]
samplerobj.c 1176 params[0] = FLOAT_TO_INT(sampObj->BorderColor.f[0]);
1177 params[1] = FLOAT_TO_INT(sampObj->BorderColor.f[1]);
1178 params[2] = FLOAT_TO_INT(sampObj->BorderColor.f[2]);
1179 params[3] = FLOAT_TO_INT(sampObj->BorderColor.f[3]);
    [all...]
texparam.c     [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 155 FLOAT_TO_INT,
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
ConversionRepeater.java 132 oppositeOpcode = Opcode.FLOAT_TO_INT;
146 case FLOAT_TO_INT:
ValuePrinter.java 236 || opcode == Opcode.LONG_TO_INT || opcode == Opcode.FLOAT_TO_INT
  /art/runtime/arch/mips64/
entrypoints_init_mips64.cc 43 extern "C" int32_t __fixsfsi(float op1); // FLOAT_TO_INT
  /external/smali/dexlib2/src/main/ragel/
Opcodes.rl 127 define float_to_int 135
  /external/llvm/test/CodeGen/X86/
avx512-cvt.ll 274 ; CHECK-LABEL: float_to_int
277 define i32 @float_to_int(float %x) {
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 44 extern "C" int32_t __fixsfsi(float op1); // FLOAT_TO_INT
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 567 public static final Dop FLOAT_TO_INT =
568 new Dop(DalvOps.FLOAT_TO_INT, DalvOps.FLOAT_TO_INT,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 570 public static final Dop FLOAT_TO_INT =
571 new Dop(Opcodes.FLOAT_TO_INT, Opcodes.FLOAT_TO_INT,
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 47 void float_to_int() { function
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 573 public static final Dop FLOAT_TO_INT =
574 new Dop(Opcodes.FLOAT_TO_INT, Opcodes.FLOAT_TO_INT,
    [all...]

Completed in 1451 milliseconds

1 2 3