/external/valgrind/none/tests/s390x/ |
fpext.c | 15 #define F2L(insn, initial, type, round, cc) \ 72 printf(#insn " %lu ", F2L(insn, -1.1, type, round, cc)); \ 74 printf(#insn " %lu ", F2L(insn, 0, type, round, cc)); \ 76 printf(#insn " %lu ", F2L(insn, 1, type, round, cc)); \ 78 printf(#insn " %lu ", F2L(insn, 1.4, type, round, cc)); \ 80 printf(#insn " %lu ", F2L(insn, 1.5, type, round, cc)); \ 82 printf(#insn " %lu ", F2L(insn, 1.6, type, round, cc)); \ 84 printf(#insn " %lu ", F2L(insn, 1.6E+4, type, round, cc)); \ 86 printf(#insn " %lu ", F2L(insn, 1.6E+8, type, round, cc)); \ 88 printf(#insn " %lu ", F2L(insn, 1.6E+12, type, round, cc)); [all...] |
/dalvik/dx/tests/102-verify-nonwide-math/ |
op_f2l.j | 23 f2l
|
run | 30 oneop f2l
|
expected.txt | 6 f2l: expected failure occurred
|
/external/clang/test/CodeGenCXX/ |
float128-declarations.cpp | 62 __float128 f2l = -0.q; local 66 __float128 f4l = func1n(f1l) + func1f(f2l) + c1.func1c(f3l) + c1.func2c(f1l) + 69 auto f5l = -1.q, *f6l = &f2l, f7l = func1t(f3l); 89 // CHECK-DAG: store fp128 0xL00000000000000008000000000000000, fp128* %f2l, align 16 111 // CHECK-X86-DAG: store fp128 0xL00000000000000008000000000000000, fp128* %f2l, align 16 133 // CHECK-SYSZ-DAG: store fp128 0xL00000000000000008000000000000000, fp128* %f2l, align 16
|
/external/r8/src/test/examples/conversions/ |
Conversions.java | 61 // F2I, F2L, F2D
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
SystemZCallingConv.td | 24 CCIfType<[f64], CCAssignToReg<[F0L, F2L, F4L, F6L]>> 41 CCIfType<[f64], CCAssignToReg<[F0L, F2L, F4L, F6L]>>,
|
SystemZRegisterInfo.td | 145 def F2L : FPRL< 2, "f2", [F2S]>;
|
/external/hyphenation-patterns/pt/ |
hyph-pt.pat.txt | 64 1f2l
|
/external/javassist/src/main/javassist/bytecode/ |
Mnemonic.java | 178 "f2l", /* 140*/
|
Opcode.java | 86 int F2L = 140; 384 1, // f2l, 140
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ValueAwareMachine.java | 109 case ByteOps.F2L:
|
ByteOps.java | 167 public static final int F2L = 0x8c; 495 "8c - f2l;" +
|
/dalvik/dx/tests/032-bb-live-code/ |
blort.j | 300 f2l
|
expected.txt | 421 00a0: f2l
|
/external/proguard/src/proguard/classfile/instruction/ |
Instruction.java | 177 false, // f2l 385 false, // f2l 594 1, // f2l 803 2, // f2l
|
InstructionConstants.java | 376 "f2l",
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/pj/ |
ops.s | 201 f2l
|
/art/runtime/entrypoints/quick/ |
quick_entrypoints_list.h | 113 V(F2l, int64_t, float) \
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
LabelFlowAnalyzerTest.java | 231 testInsn(F2L, true);
|
/dalvik/dx/tests/024-code-bytecode/ |
expected.txt | 194 00ad: f2l
|
small-class.txt | 198 8c # 00ad: f2l
|
/libcore/ojluni/src/main/native/ |
classfile_constants.h | 492 1, /* f2l */ \
|
/prebuilts/jdk/jdk8/darwin-x86/include/ |
classfile_constants.h | 492 1, /* f2l */ \
|
/prebuilts/jdk/jdk8/linux-x86/include/ |
classfile_constants.h | 492 1, /* f2l */ \
|