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

1 2

  /external/libcxx/src/
string.cpp 173 // as_float
197 V as_float( const string& func, const S& s, size_t* idx = nullptr );
202 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon24501
210 as_float(const string& func, const string& s, size_t* idx ) function in namespace:__anon24501
218 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon24501
226 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon24501
234 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon24501
242 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon24501
312 return as_float<float>( "stof", str, idx );
318 return as_float<float>( "stof", str, idx )
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
string.cpp 176 // as_float
200 V as_float( const string& func, const S& s, size_t* idx = nullptr );
205 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon596
213 as_float(const string& func, const string& s, size_t* idx ) function in namespace:__anon596
221 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon596
229 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon596
237 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon596
245 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon596
315 return as_float<float>( "stof", str, idx );
321 return as_float<float>( "stof", str, idx )
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_dump.c 677 float *as_float = brw->batch.bo->virtual + offset; local
683 as_float[i], as_float[i + 1], as_float[i + 2], as_float[i + 3],
693 float *as_float = brw->batch.bo->virtual + offset; local
699 as_float[i], as_float[i + 1], as_float[i + 2], as_float[i + 3]
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
llvm_executionengine.ml 33 external as_float: Llvm.lltype -> t -> float
llvm_executionengine.mli 51 (** [as_float fpty gv] unboxes the floating point-valued generic value [gv] of
54 val as_float : Llvm.lltype -> t -> float
  /external/mesa3d/src/compiler/glsl/
lower_instructions.cpp 1268 ir_variable *as_float = local
1348 ir_variable *as_float = local
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
executionengine.ml 46 assert (2. = GenericValue.as_float double_type fpgv);
  /external/tensorflow/tensorflow/python/lib/core/
py_seq_tensor.cc 296 Safe_PyObjectPtr as_float = make_safe(PyNumber_Float(v)); local
297 return ConvertOneFloat<T>(as_float.get(), out);
  /external/tensorflow/tensorflow/core/kernels/
quantization_utils_test.cc 490 const float as_float = QuantizedToFloat<quint8>(i, 0.0f, 2.0f); local
491 const int back_to_int = FloatToQuantized<quint8>(as_float, 0.0f, 2.0f);
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 175 #define NAN as_float(INT_MAX)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 175 #define NAN as_float(INT_MAX)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 176 #define NAN as_float(INT_MAX)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 175 #define NAN as_float(INT_MAX)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 176 #define NAN as_float(INT_MAX)
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h 175 #define NAN as_float(INT_MAX)
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 7916 static float as_float(uint32_t n) { float f; memcpy(&f, &n, 4); return f; } function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 8627 static float as_float(uint32_t n) { float f; memcpy(&f, &n, 4); return f; } function
    [all...]

Completed in 590 milliseconds

1 2