HomeSort by relevance Sort by last modified time
    Searched refs:isDouble (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/valgrind/none/tests/amd64/
fma4.c 80 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); printf("\n")
    [all...]
  /external/icu/icu4c/source/test/intltest/
nmfmtrt.h 51 isDouble(const Formattable& n)
nmfmtrt.cpp 242 if(isDouble(value))
257 if(isDouble(n))
306 if(isDouble(a))
311 if(isDouble(b))
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpScanner.cpp 105 int isDouble = 0;
197 isDouble = 1;
242 if (isDouble)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 286 bool isDouble = N->getValueType(0) == MVT::f64;
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,
AlphaISelLowering.cpp 623 bool isDouble = Op.getValueType() == MVT::f64;
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;
633 if (!isDouble) //Promote
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
InjectedClass.java 113 public boolean isDouble() {
ModelMethod.java 177 } else if (primitive.isDouble()) {
ModelClass.java 126 public abstract boolean isDouble();
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
JavaClass.java 108 public boolean isDouble() {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/Dynamic/
VariantValue.h 279 bool isDouble() const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/Dynamic/
VariantValue.h 279 bool isDouble() const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/Dynamic/
VariantValue.h 279 bool isDouble() const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/Dynamic/
VariantValue.h 279 bool isDouble() const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/Dynamic/
VariantValue.h 279 bool isDouble() const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/Dynamic/
VariantValue.h 279 bool isDouble() const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/Dynamic/
VariantValue.h 279 bool isDouble() const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/Dynamic/
VariantValue.h 279 bool isDouble() const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/Dynamic/
VariantValue.h 279 bool isDouble() const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/Dynamic/
VariantValue.h 279 bool isDouble() const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/Dynamic/
VariantValue.h 279 bool isDouble() const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/Dynamic/
VariantValue.h 279 bool isDouble() const;
  /external/jsoncpp/src/lib_json/
json_reader.cpp 509 bool isDouble = false;
511 isDouble = isDouble || in(*inspect, '.', 'e', 'E', '+') ||
514 if (isDouble)
  /frameworks/native/libs/binder/include/binder/
Value.h 142 bool isDouble() const;
  /external/webrtc/webrtc/base/
json.cc 30 } else if (in.isDouble()) {

Completed in 369 milliseconds

1 2 3 4 5