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

  /external/mesa3d/src/compiler/glsl/
ir_expression_operation.py 83 float_type = type("float", "f", "GLSL_TYPE_FLOAT") variable
87 all_types = (uint_type, int_type, float_type, double_type, bool_type)
88 numeric_types = (uint_type, int_type, float_type, double_type)
89 signed_numeric_types = (int_type, float_type, double_type)
91 real_types = (float_type, double_type)
426 operation("exp", 1, source_types=(float_type,), c_expression="expf({src0})"), # Log base e on gentype
427 operation("log", 1, source_types=(float_type,), c_expression="logf({src0})"), # Natural log on gentype
428 operation("exp2", 1, source_types=(float_type,), c_expression="exp2f({src0})"),
429 operation("log2", 1, source_types=(float_type,), c_expression="log2f({src0})"),
432 operation("f2i", 1, source_types=(float_type,), dest_type=int_type, c_expression="(int) {src0}")
    [all...]
builtin_functions.cpp 4751 tex->set_sampler(var_ref(s), glsl_type::float_type); member in class:glsl_type
    [all...]
  /development/vndk/tools/header-checker/tests/input/
example1.h 33 typedef float float_type; typedef
34 typedef const float_type cfloat_type;
35 struct CPPHello : private HelloAgain, public ByeAgain<float_type> {
  /external/deqp/external/openglcts/modules/gl/
gl3cClipDistance.hpp 409 const std::type_info& float_type = typeid(glw::GLfloat); local
418 if (buffer_type == float_type)
  /toolchain/binutils/binutils-2.27/binutils/
debug.h 193 bfd_boolean (*float_type) (void *, unsigned int); member in struct:debug_write_fns
  /art/runtime/verifier/
reg_type_test.cc 518 const RegType& float_type = cache_new.Float(); local
523 const RegType& merged = float_type.Merge(precise_cst, &cache_new, /* verifier */ nullptr);
528 const RegType& merged = precise_cst.Merge(float_type, &cache_new, /* verifier */ nullptr);
533 const RegType& merged = float_type.Merge(imprecise_cst, &cache_new, /* verifier */ nullptr);
538 const RegType& merged = imprecise_cst.Merge(float_type, &cache_new, /* verifier */ nullptr);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
formatter.h 940 int float_type; /* Used to see if we have a nan, inf, or regular float. */ local
994 &float_type);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
formatter.h 942 int float_type; /* Used to see if we have a nan, inf, or regular float. */ local
990 &float_type);
    [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml 34 let float_type = Llvm.float_type context var
171 let cs = const_float float_type 2.75 in
173 insist (float_type = type_of cs);
342 ignore (define_global "const_fptrunc" (const_fptrunc ffoldbomb float_type) m);
470 insist (pointer_type float_type ==
471 type_of (declare_global float_type "GVar01" m));
479 insist (qualified_pointer_type float_type 3 ==
480 type_of (declare_qualified_global float_type "QGVar01" 3 m));
955 let f1 = build_uitofp p1 float_type "F1" atentry i
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 325 struct lp_type float_type; member in struct:lp_build_sample_context
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 134 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); local
136 LLVMValueRef a0_0f = LLVMBuildSIToFP(builder, a0_0, float_type, "");
    [all...]
  /external/python/cpython2/Objects/stringlib/
formatter.h 948 int float_type; /* Used to see if we have a nan, inf, or regular float. */ local
1002 &float_type);
    [all...]
  /external/python/cpython3/Python/
formatter_unicode.c 1033 int float_type; \/* Used to see if we have a nan, inf, or regular float. *\/ local
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml 28 let float_type = Llvm.float_type context var
135 let cs = const_float float_type 2.75 in
137 insist (float_type = type_of cs);
290 ignore (define_global "const_fptrunc" (const_fptrunc ffoldbomb float_type) m);
408 insist (pointer_type float_type ==
409 type_of (declare_global float_type "GVar01" m));
417 insist (qualified_pointer_type float_type 3 ==
418 type_of (declare_qualified_global float_type "QGVar01" 3 m));
854 let f1 = build_uitofp p1 float_type "F1" atentry i
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
dot_op_emitter.cc 919 llvm::Type* float_type; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
elemental_ir_emitter.cc 59 llvm::Type* float_type = x->getType(); local
138 llvm::Value* result = ir_builder->CreateBitCast(x_as_int, float_type);
157 x_is_nan, llvm::ConstantFP::getInfinity(float_type), result);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 221 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); local
226 elem_types[0] = LLVMArrayType(LLVMPointerType(float_type, 0), /* vs_constants */
230 elem_types[2] = LLVMPointerType(LLVMArrayType(LLVMArrayType(float_type, 4),
232 elem_types[3] = LLVMPointerType(float_type, 0); /* viewports */
272 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); local
277 elem_types[0] = LLVMArrayType(LLVMPointerType(float_type, 0), /* constants */
281 elem_types[2] = LLVMPointerType(LLVMArrayType(LLVMArrayType(float_type, 4),
283 elem_types[3] = LLVMPointerType(float_type, 0); /* viewports */
333 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); local
336 input_array = LLVMVectorType(float_type, TGSI_NUM_CHANNELS); /* num primitives *
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 554 (** [float_type c] returns the IEEE 32-bit floating point type in the context
556 val float_type : llcontext -> lltype var
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 421 (** [float_type c] returns the IEEE 32-bit floating point type in the context
423 val float_type : llcontext -> lltype var
    [all...]

Completed in 375 milliseconds