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

1 2

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
runtime_fp16.cc 44 float as_float() const { function in class:__anon44351::AliasedFloatInt
91 f.set_float(f.as_float() + denorm_magic.as_float());
128 o.set_float(o.as_float() - magic.as_float()); // renormalize
132 return o.as_float();
  /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:__anon27906
210 as_float(const string& func, const string& s, size_t* idx ) function in namespace:__anon27906
218 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon27906
226 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon27906
234 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon27906
242 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon27906
312 return as_float<float>( "stof", str, idx );
318 return as_float<float>( "stof", str, idx )
    [all...]
  /external/skia/src/compute/skc/platforms/cl_12/kernels/
paths_copy.cl 135 as_float((pb_elems+pb_elems_idx)[0*SKC_PATHS_COPY_SUBGROUP_SIZE]),
136 as_float((pb_elems+pb_elems_idx)[1*SKC_PATHS_COPY_SUBGROUP_SIZE]),
137 as_float((pb_elems+pb_elems_idx)[2*SKC_PATHS_COPY_SUBGROUP_SIZE]),
138 as_float((pb_elems+pb_elems_idx)[3*SKC_PATHS_COPY_SUBGROUP_SIZE]));
141 as_float((pb_elems+pb_elems_idx)[4*SKC_PATHS_COPY_SUBGROUP_SIZE]),
142 as_float((pb_elems+pb_elems_idx)[5*SKC_PATHS_COPY_SUBGROUP_SIZE]),
143 as_float((pb_elems+pb_elems_idx)[6*SKC_PATHS_COPY_SUBGROUP_SIZE]),
144 as_float((pb_elems+pb_elems_idx)[7*SKC_PATHS_COPY_SUBGROUP_SIZE]));
rasterize.cl     [all...]
  /external/skqp/src/compute/skc/platforms/cl_12/kernels/
paths_copy.cl 135 as_float((pb_elems+pb_elems_idx)[0*SKC_PATHS_COPY_SUBGROUP_SIZE]),
136 as_float((pb_elems+pb_elems_idx)[1*SKC_PATHS_COPY_SUBGROUP_SIZE]),
137 as_float((pb_elems+pb_elems_idx)[2*SKC_PATHS_COPY_SUBGROUP_SIZE]),
138 as_float((pb_elems+pb_elems_idx)[3*SKC_PATHS_COPY_SUBGROUP_SIZE]));
141 as_float((pb_elems+pb_elems_idx)[4*SKC_PATHS_COPY_SUBGROUP_SIZE]),
142 as_float((pb_elems+pb_elems_idx)[5*SKC_PATHS_COPY_SUBGROUP_SIZE]),
143 as_float((pb_elems+pb_elems_idx)[6*SKC_PATHS_COPY_SUBGROUP_SIZE]),
144 as_float((pb_elems+pb_elems_idx)[7*SKC_PATHS_COPY_SUBGROUP_SIZE]));
  /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/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/perfetto/include/perfetto/protozero/
field.h 97 inline float as_float() const { function in class:protozero::Field
  /external/tensorflow/tensorflow/python/lib/core/
py_seq_tensor.cc 388 Safe_PyObjectPtr as_float = make_safe(PyNumber_Float(v)); local
392 return ConvertOneFloat<T>(as_float.get(), out);
414 Safe_PyObjectPtr as_float = make_safe(PyNumber_Float(v)); local
415 double v_double = PyFloat_AS_DOUBLE(as_float.get());
  /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 1341 ir_variable *as_float = local
1422 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/perfetto/src/protozero/
proto_decoder_unittest.cc 224 EXPECT_FLOAT_EQ(decoder.Get(1).as_float(), 1.25f);
  /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...]

Completed in 830 milliseconds

1 2