Home
last modified time | relevance | path

Searched refs:to_float (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-trak-table.hh49 float get_track_value () const { return track.to_float (); } in get_track_value()
87 float s0 = size_table[idx].to_float (); in interpolate_at()
88 float s1 = size_table[idx + 1].to_float (); in interpolate_at()
126 if (size_table[size_index].to_float () >= ptem) in get_tracking()
H A Dhb-ot-stat-table.hh63 float get_value () const { return value.to_float (); } in get_value()
91 float get_value () const { return nominalValue.to_float (); } in get_value()
123 float get_value () const { return value.to_float (); } in get_value()
153 float get_value () const { return value.to_float (); } in get_value()
H A Dhb-ot-glyf-table.hh368 matrix[0] = matrix[3] = points[0].to_float (); in get_transformation()
373 matrix[0] = points[0].to_float (); in get_transformation()
374 matrix[3] = points[1].to_float (); in get_transformation()
379 matrix[0] = points[0].to_float (); in get_transformation()
380 matrix[1] = points[1].to_float (); in get_transformation()
381 matrix[2] = points[2].to_float (); in get_transformation()
382 matrix[3] = points[3].to_float (); in get_transformation()
H A Dhb-style.cc112 return face->table.post->table->italicAngle.to_float (); in hb_style_get_value()
H A Dhb-ot-var-fvar-table.hh268 coords[i] = instanceCoords.arrayZ[i].to_float (); in get_instance_coords()
H A Dhb-open-type.hh148 float to_float () const { return ((int32_t) v) / 16384.f; }
159 float to_float () const { return ((int32_t) v) / 65536.f; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringExtras.h199 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
211 inline bool to_float(const Twine &T, float &Num) { in to_float() function
212 return detail::to_float(T, Num, strtof); in to_float()
215 inline bool to_float(const Twine &T, double &Num) { in to_float() function
216 return detail::to_float(T, Num, strtod); in to_float()
219 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
220 return detail::to_float(T, Num, strtold); in to_float()
/third_party/ltp/tools/sparse/sparse-src/
H A Dopcode.h19 int to_float:8; member
49 return opcode_table[opcode].to_float; in opcode_float()
H A Dopcode.c31 .to_float = OP_##TF, \
H A Dlinearize.c1411 return opcode_table[opcode].to_float; in map_opcode()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dgen_vk_format_table.py148 to_float = 'false' if 'INT' in src_format else 'true'
149 to_half = to_float
151 to_float, to_half)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp1865 if (to_float(Arg, Value)) in parseDouble()

Completed in 15 milliseconds