HomeSort by relevance Sort by last modified time
    Searched refs:negInf (Results 1 - 8 of 8) sorted by null

  /dalvik/vm/mterp/x86-atom/
OP_DOUBLE_TO_INT.S 37 fucomip %st(2), %st(0) # check for negInf
38 jae .L${opcode}_negInf # handle negInf
67 movl $$0x80000000, (rFP, %edx, 4) # vA<- negInf
OP_DOUBLE_TO_LONG.S 37 fucomip %st(2), %st(0) # check for negInf
38 jae .L${opcode}_negInf # handle negInf
68 movq .LvalueNegInfLong, %xmm0 # %xmm0<- negInf
70 movq %xmm0, (rFP, %edx, 4) # vA<- %xmm0; negInf
OP_FLOAT_TO_LONG.S 37 fucomip %st(2), %st(0) # check for negInf
38 jae .L${opcode}_negInf # handle negInf
68 movq .LvalueNegInfLong, %xmm0 # %xmm0<- negInf
70 movq %xmm0, (rFP, %edx, 4) # vA<- %xmm0; negInf
OP_FLOAT_TO_INT.S 37 fucomip %st(2), %st(0) # check for negInf
38 jae .L${opcode}_negInf # handle negInf
67 movl $$0x80000000, (rFP, %edx, 4) # vA<- negInf
  /external/webkit/Source/JavaScriptCore/wtf/
MathExtras.h 161 double negInf = -std::numeric_limits<double>::infinity();
168 else if (x == posInf && y == negInf)
170 else if (x == negInf && y == posInf)
172 else if (x == negInf && y == negInf)
  /external/valgrind/main/VEX/priv/
guest_generic_x87.c 447 const ULong negInf = 0xFFF0000000000000ULL;
459 if (arg == negInf)
460 return getExp ? posInf : negInf;
464 return getExp ? negInf : posZero;
466 return getExp ? negInf : negZero;
  /libcore/luni/src/test/java/libcore/sqlite/
OldStmtTest.java 274 double negInf = Double.NEGATIVE_INFINITY;
292 st.bind(1, negInf);
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S     [all...]

Completed in 132 milliseconds