Searched refs:isDouble (Results 1 - 19 of 19) sorted by relevance

/external/valgrind/none/tests/amd64/
H A Dfma4.c80 void showXMM ( XMM* vec, int isDouble )
82 if (isDouble) {
97 void showYMM ( YMM* vec, int isDouble )
100 showXMM ( &vec->xmm[1], isDouble );
102 showXMM ( &vec->xmm[0], isDouble );
105 void showBlock ( char* msg, Block* block, int isDouble )
108 printf("r1: "); showYMM(&block->r1, isDouble); printf("\n");
109 printf("r2: "); showYMM(&block->r2, isDouble); printf("\n");
110 printf("r3: "); showYMM(&block->r3, isDouble); printf("\n");
111 printf("r4: "); showYMM(&block->r4, isDouble); print
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnmfmtrt.h51 isDouble(const Formattable& n) function in class:NumberFormatRoundTripTest
H A Dnmfmtrt.cpp242 if(isDouble(value))
257 if(isDouble(n))
306 if(isDouble(a))
311 if(isDouble(b))
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaISelDAGToDAG.cpp286 bool isDouble = N->getValueType(0) == MVT::f64; local
287 EVT T = isDouble ? MVT::f64 : MVT::f32;
289 return CurDAG->SelectNodeTo(N, isDouble ? Alpha::CPYST : Alpha::CPYSS,
293 return CurDAG->SelectNodeTo(N, isDouble ? Alpha::CPYSNT : Alpha::CPYSNS,
H A DAlphaISelLowering.cpp623 bool isDouble = Op.getValueType() == MVT::f64; local
625 SDValue FP = DAG.getNode(isDouble?AlphaISD::CVTQT_:AlphaISD::CVTQS_, dl,
626 isDouble?MVT::f64:MVT::f32, LD);
630 bool isDouble = Op.getOperand(0).getValueType() == MVT::f64; local
633 if (!isDouble) //Promote
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp509 bool isDouble = false; local
511 isDouble = isDouble || in(*inspect, '.', 'e', 'E', '+') ||
514 if (isDouble)
H A Djson_value.cpp1174 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } function in class:Json::Value
1176 bool Value::isNumeric() const { return isIntegral() || isDouble(); }
/external/webrtc/webrtc/base/
H A Djson.cc30 } else if (in.isDouble()) {
/external/jsoncpp/include/json/
H A Dvalue.h283 bool isDouble() const;
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp177 bool isDouble() const { return Float && ElementBitwidth == 64; } function in class:__anon3740::Type
2276 if (T.isDouble() || (T.isPoly() && T.isLong()))
2309 if (T.isDouble() || (T.isPoly() && T.isLong()))
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAsmWriter.cpp719 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble; local
720 double Val = isDouble ? CFP->getValueAPF().convertToDouble() :
747 if (!isDouble)
/external/protobuf/conformance/third_party/jsoncpp/
H A Djson.h739 bool isDouble() const;
H A Djsoncpp.cpp3711 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } function in class:Json::Value
3713 bool Value::isNumeric() const { return isIntegral() || isDouble(); }
/external/llvm/lib/IR/
H A DAsmWriter.cpp1150 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble; local
1154 double Val = isDouble ? CFP->getValueAPF().convertToDouble() :
1181 if (!isDouble)
/external/jsoncpp/src/test_lib_json/
H A Dmain.cpp1276 JSONTEST_ASSERT_EQUAL(check.isDouble_, value.isDouble());
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 411 milliseconds