Searched refs:to_float (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-trak-table.hh | 49 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 D | hb-ot-stat-table.hh | 63 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 D | hb-ot-glyf-table.hh | 368 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 D | hb-style.cc | 112 return face->table.post->table->italicAngle.to_float (); in hb_style_get_value()
|
H A D | hb-ot-var-fvar-table.hh | 268 coords[i] = instanceCoords.arrayZ[i].to_float (); in get_instance_coords()
|
H A D | hb-open-type.hh | 148 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 D | StringExtras.h | 199 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 D | opcode.h | 19 int to_float:8; member 49 return opcode_table[opcode].to_float; in opcode_float()
|
H A D | opcode.c | 31 .to_float = OP_##TF, \
|
H A D | linearize.c | 1411 return opcode_table[opcode].to_float; in map_opcode()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | gen_vk_format_table.py | 148 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 D | CommandLine.cpp | 1865 if (to_float(Arg, Value)) in parseDouble()
|
Completed in 15 milliseconds