/external/valgrind/none/tests/s390x/ |
fpconv.c | 61 #define F2I(insn, initial, source_type, target_type) \ 76 F2I(insn, -1.0f, float, type); \ 77 F2I(insn, 0.0f, float, type); \ 78 F2I(insn, 1.0f, float, type); \ 79 F2I(insn, 1.4f, float, type); \ 80 F2I(insn, 1.5f, float, type); \ 81 F2I(insn, 1.6f, float, type); \ 82 F2I(insn, 1.6E+4f, float, type); \ 83 F2I(insn, 1.6E+8f, float, type); \ 84 F2I(insn, 1.6E-4f, float, type); [all...] |
/frameworks/compile/slang/tests/F_vector_cast/ |
vector_cast.rs | 11 void f2i() {
|
/dalvik/dx/tests/102-verify-nonwide-math/ |
op_f2i.j | 23 f2i
|
run | 29 oneop f2i
|
expected.txt | 4 f2i: expected failure occurred
|
/external/mesa3d/prebuilt-intermediates/glsl/ |
ir_expression_operation_strings.h | 37 "f2i", 153 "f2i",
|
/external/r8/src/test/examples/conversions/ |
Conversions.java | 61 // F2I, F2L, F2D
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
MergeFunctions.cpp | 420 BasicBlock::const_iterator F2I = BB2->begin(), F2E = BB2->end(); 423 if (!enumerate(F1I, F2I)) 427 const GetElementPtrInst *GEP2 = dyn_cast<GetElementPtrInst>(F2I); 437 if (!isEquivalentOperation(F1I, F2I)) 440 assert(F1I->getNumOperands() == F2I->getNumOperands()); 443 Value *OpF2 = F2I->getOperand(i); 454 ++F1I, ++F2I; 455 } while (F1I != F1E && F2I != F2E); 457 return F1I == F1E && F2I == F2E; 497 f2i = F2->arg_begin(), f1e = F1->arg_end(); f1i != f1e; ++f1i, ++f2i) [all...] |
/external/mesa3d/src/gallium/drivers/r600/sb/ |
sb_peephole.cpp | 84 void peephole::convert_float_setcc(alu_node *f2i, alu_node *s) { 87 ns->dst[0] = f2i->dst[0]; 90 f2i->insert_after(ns); 91 f2i->remove();
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
ns32k.h | 273 { "floorfb", 14,24, 0x3c3e, "1F2I", 4, "", DEF_MODEC,DEF_MODEL }, 274 { "floorfw", 14,24, 0x3d3e, "1F2I", 4, "", DEF_MODEC,DEF_MODEL }, 275 { "floorfd", 14,24, 0x3f3e, "1F2I", 4, "", DEF_MODEC,DEF_MODEL }, 373 { "roundfb", 14,24, 0x243e, "1F2I", 4, "", DEF_MODEC,DEF_MODEL }, 374 { "roundfw", 14,24, 0x253e, "1F2I", 4, "", DEF_MODEC,DEF_MODEL }, 375 { "roundfd", 14,24, 0x273e, "1F2I", 4, "", DEF_MODEC,DEF_MODEL }, 464 { "truncfb", 14,24, 0x2c3e, "1F2I", 4, "", DEF_MODEC,DEF_MODEL }, 465 { "truncfw", 14,24, 0x2d3e, "1F2I", 4, "", DEF_MODEC,DEF_MODEL }, 466 { "truncfd", 14,24, 0x2f3e, "1F2I", 4, "", DEF_MODEC,DEF_MODEL },
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/ |
generic.rules | 47 (Cvt64Fto32F (Const64F [c])) -> (Const32F [f2i(float64(i2f32(c)))]) 76 //(Neg32F (Const32F [c])) -> (Const32F [f2i(-i2f(c))]) 77 //(Neg64F (Const64F [c])) -> (Const64F [f2i(-i2f(c))]) 84 (Const32F [f2i(float64(i2f32(c) + i2f32(d)))]) // ensure we combine the operands with 32 bit precision 85 (Add64F (Const64F [c]) (Const64F [d])) -> (Const64F [f2i(i2f(c) + i2f(d))]) 93 (Const32F [f2i(float64(i2f32(c) - i2f32(d)))]) 94 (Sub64F (Const64F [c]) (Const64F [d])) -> (Const64F [f2i(i2f(c) - i2f(d))]) 101 (Const32F [f2i(float64(i2f32(c) * i2f32(d)))]) 102 (Mul64F (Const64F [c]) (Const64F [d])) -> (Const64F [f2i(i2f(c) * i2f(d))]) [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/ |
generic.rules | 47 (Cvt64Fto32F (Const64F [c])) -> (Const32F [f2i(float64(i2f32(c)))]) 76 //(Neg32F (Const32F [c])) -> (Const32F [f2i(-i2f(c))]) 77 //(Neg64F (Const64F [c])) -> (Const64F [f2i(-i2f(c))]) 84 (Const32F [f2i(float64(i2f32(c) + i2f32(d)))]) // ensure we combine the operands with 32 bit precision 85 (Add64F (Const64F [c]) (Const64F [d])) -> (Const64F [f2i(i2f(c) + i2f(d))]) 93 (Const32F [f2i(float64(i2f32(c) - i2f32(d)))]) 94 (Sub64F (Const64F [c]) (Const64F [d])) -> (Const64F [f2i(i2f(c) - i2f(d))]) 101 (Const32F [f2i(float64(i2f32(c) * i2f32(d)))]) 102 (Mul64F (Const64F [c]) (Const64F [d])) -> (Const64F [f2i(i2f(c) * i2f(d))]) [all...] |
/external/javassist/src/main/javassist/bytecode/ |
Mnemonic.java | 177 "f2i", /* 139*/
|
Opcode.java | 85 int F2I = 139; 383 0, // f2i, 139
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_opcode_tmp.h | 151 OP11(F2I)
|
/frameworks/rs/tests/cpp_api/typecheck/ |
kernels.rs | 97 float2 f2i = {1.f, 2.f};
|
/external/llvm/lib/Transforms/Scalar/ |
Float2Int.cpp | 141 DEBUG(dbgs() << "F2I: " << *I << ":" << R << "\n"); 377 DEBUG(dbgs() << "F2I: Failing because of " << *U << "\n"); 398 DEBUG(dbgs() << "F2I: MinBitwidth=" << MinBW << ", R: " << R << "\n"); 409 DEBUG(dbgs() << "F2I: Value not guaranteed to be representable!\n"); 413 DEBUG(dbgs() << "F2I: Value requires more than 64 bits to represent!\n"); 508 DEBUG(dbgs() << "F2I: Looking at function " << F.getName() << "\n");
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ValueAwareMachine.java | 108 case ByteOps.F2I:
|
/dalvik/dx/tests/032-bb-live-code/ |
blort.j | 299 f2i
|
/external/mesa3d/src/compiler/glsl/ |
ir_builder.h | 175 ir_expression *f2i(operand a);
|
/external/mesa3d/src/compiler/nir/ |
nir_opt_algebraic.py | 290 (('f2i', ('ftrunc', a)), ('f2i', a)), 383 ('f2i', ('fround_even', ('fmul', ('fmin', 1.0, ('fmax', -1.0, 'v')), 32767.0)))), 388 ('f2i', ('fround_even', ('fmul', ('fmin', 1.0, ('fmax', -1.0, 'v')), 127.0)))),
|
/external/proguard/src/proguard/classfile/instruction/ |
Instruction.java | 176 false, // f2i 384 false, // f2i 593 1, // f2i 802 1, // f2i
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/pj/ |
ops.s | 200 f2i
|
/external/mesa3d/src/mesa/state_tracker/ |
st_pbo.c | 377 /* out_layer.x = f2i(in_pos[i].z) */ 462 /* temp0.xy = f2i(temp0.xy) */
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
rewrite.go | 375 // f2i is used in the rules for storing a float in AuxInt. 376 func f2i(f float64) int64 { func
|