HomeSort by relevance Sort by last modified time
    Searched defs:float16 (Results 1 - 9 of 9) sorted by null

  /external/libtextclassifier/lang_id/common/lite_base/
float16.h 32 // format so a float16 is just bits 16-31 of a single precision float.
34 // NOTE: The IEEE floating point standard defines a float16 format that
40 // <---------float16------------>
46 typedef uint16 float16; typedef in namespace:libtextclassifier3::mobile
48 static inline float16 Float32To16(float f) {
54 static inline float Float16To32(float16 f) {
  /external/clang/test/CodeGen/
target-builtin-error-3.c 16 typedef __attribute__ ((ext_vector_type(16),__aligned__( 64))) float float16; typedef
20 static inline half16 __attribute__((__overloadable__)) convert_half( float16 a ) {
25 void avx_test( uint16_t *destData, float16 argbF)
ext-vector.c 305 typedef __attribute__(( ext_vector_type(16) )) float float16; typedef
307 float16 vec16, vec16_2;
  /external/clang/test/Sema/
ext_vector_components.c 6 typedef __attribute__(( ext_vector_type(16) )) float float16; typedef
14 float16 vec16;
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmUtils.cpp 564 std::vector<deFloat16> float16; local
566 float16.reserve(count);
569 float16.push_back(deUint16(0x0000));
570 float16.push_back(deUint16(0x8000));
572 float16.push_back(deUint16(0x7c00));
573 float16.push_back(deUint16(0xfc00));
575 float16.push_back(deUint16(0x7c0f));
576 float16.push_back(deUint16(0xfc0f));
578 float16.push_back(deUint16(0x7cf0));
579 float16.push_back(deUint16(0xfcf0))
    [all...]
  /external/tensorflow/tensorflow/python/framework/
dtypes.py 36 * `tf.float16`: 16-bit half-precision floating-point.
326 float16 = DType(types_pb2.DT_HALF) variable
327 tf_export("dtypes.float16", "float16").export_constant(__name__, "float16")
328 half = float16
408 types_pb2.DT_HALF: float16,
458 types_pb2.DT_HALF: "float16",
510 _STRING_TO_TF["half"] = float16
536 np.float16: float16
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 122 typedef float float16 __attribute__((ext_vector_type(16))); typedef
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 1868 uint16_t float16 = API.getLoBits(16).getZExtValue(); local
    [all...]
  /external/v8/src/arm64/
constants-arm64.h 149 typedef uint16_t float16; typedef in namespace:v8::internal
    [all...]

Completed in 227 milliseconds