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

/external/libcxx/src/
H A Dstring.cpp173 // 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:__anon11150
210 as_float(const string& func, const string& s, size_t* idx ) function in namespace:__anon11150
218 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon11150
226 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon11150
234 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon11150
242 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon11150
312 return as_float<float>( "stof", str, idx );
318 return as_float<floa
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml41 print_float (GenericValue.as_float Codegen.double_type result);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml41 print_float (GenericValue.as_float Codegen.double_type result);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml41 print_float (GenericValue.as_float Codegen.double_type result);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoplevel.ml41 print_float (GenericValue.as_float Codegen.double_type result);
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml41 print_float (GenericValue.as_float Codegen.double_type result);
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml41 print_float (GenericValue.as_float Codegen.double_type result);
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml41 print_float (GenericValue.as_float Codegen.double_type result);
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoplevel.ml41 print_float (GenericValue.as_float Codegen.double_type result);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_dump.c677 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[
[all...]
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
H A Dllvm_executionengine.ml33 external as_float: Llvm.lltype -> t -> float
H A Dllvm_executionengine.mli51 (** [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/
H A Dlower_instructions.cpp1268 ir_variable *as_float = local
1269 new(ir) ir_variable(glsl_type::vec(elements), "as_float", ir_var_temporary);
1290 * float as_float = float(lsb_only);
1295 i.insert_before(as_float);
1296 i.insert_before(assign(as_float, u2f(lsb_only)));
1308 * int lsb = (floatBitsToInt(as_float) >> 23) - 0x7f;
1311 i.insert_before(assign(lsb, sub(rshift(bitcast_f2i(as_float), c23), c7F)));
1348 ir_variable *as_float = local
1349 new(ir) ir_variable(glsl_type::vec(elements), "as_float", ir_var_temporary);
1394 * float as_float
[all...]
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
H A Dexecutionengine.ml46 assert (2. = GenericValue.as_float double_type fpgv);
/external/tensorflow/tensorflow/python/lib/core/
H A Dpy_seq_tensor.cc296 Safe_PyObjectPtr as_float = make_safe(PyNumber_Float(v)); local
297 return ConvertOneFloat<T>(as_float.get(), out);
/external/tensorflow/tensorflow/core/kernels/
H A Dquantization_utils_test.cc490 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);
/external/clang/lib/Headers/
H A Dopencl-c.h175 #define NAN as_float(INT_MAX)
7046 float __ovld __cnfn as_float(char3);
7047 float __ovld __cnfn as_float(char4);
7048 float __ovld __cnfn as_float(uchar3);
7049 float __ovld __cnfn as_float(uchar4);
7050 float __ovld __cnfn as_float(short2);
7051 float __ovld __cnfn as_float(ushort2);
7052 float __ovld __cnfn as_float(int);
7053 float __ovld __cnfn as_float(uint);
7054 float __ovld __cnfn as_float(floa
[all...]
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c7916 static float as_float(uint32_t n) { float f; memcpy(&f, &n, 4); return f; } function
8159 PRIMITIVE_OP(FLOAT, fixed32, float, as_float, uint32_t)
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c8627 static float as_float(uint32_t n) { float f; memcpy(&f, &n, 4); return f; } function
8870 PRIMITIVE_OP(FLOAT, fixed32, float, as_float, uint32_t)

Completed in 1645 milliseconds