HomeSort by relevance Sort by last modified time
    Searched refs:FLOATING_POINT (Results 1 - 6 of 6) sorted by null

  /external/speex/libspeex/
resample_neon.h 111 #elif defined(FLOATING_POINT)
arch.h 49 #ifdef FLOATING_POINT
64 #ifndef FLOATING_POINT
65 #error You now need to define either FIXED_POINT or FLOATING_POINT
  /frameworks/rs/script_api/
Specification.cpp 38 {"f16", "FLOAT_16", "half", "short", FLOATING_POINT, 11, 5},
39 {"f32", "FLOAT_32", "float", "float", FLOATING_POINT, 24, 8},
40 {"f64", "FLOAT_64", "double", "double", FLOATING_POINT, 53, 11},
221 if (typeIndex < 0 || TYPES[typeIndex].kind != FLOATING_POINT) {
    [all...]
GenerateTestFiles.cpp 325 if (TYPES[param.typeIndex].kind == FLOATING_POINT) {
356 case FLOATING_POINT: {
386 if (compatibleType.kind == FLOATING_POINT) {
    [all...]
Specification.h 41 enum NumberKind { SIGNED_INTEGER, UNSIGNED_INTEGER, FLOATING_POINT };
  /external/tensorflow/tensorflow/core/kernels/
topk_op_gpu.cu.cc 40 : BaseTraits<FLOATING_POINT, true, false, unsigned short int, Eigen::half> {

Completed in 445 milliseconds