Searched refs:print_float (Results 1 – 10 of 10) sorted by relevance
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toplevel.ml | 41 print_float (GenericValue.as_float Codegen.double_type result);
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toplevel.ml | 41 print_float (GenericValue.as_float Codegen.double_type result);
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toplevel.ml | 41 print_float (GenericValue.as_float Codegen.double_type result);
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toplevel.ml | 41 print_float (GenericValue.as_float Codegen.double_type result);
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program_print.c | 118 float * print_float = (float*) &real_float; in rc_print_inline_float() local 124 fprintf(f, "%f (0x%x)", *print_float, index); in rc_print_inline_float()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vulkan_json_data.hpp | 139 static void print_float(float o, const std::string& s, bool commaNeeded=true) in print_float() function 155 static void print_float(const float * o, const std::string& s, bool commaNeeded=true) in print_float() function 7166 print_float(obj.maxSamplerLodBias, "maxSamplerLodBias", 1); in print_VkPhysicalDeviceLimits() 7168 print_float(obj.maxSamplerAnisotropy, "maxSamplerAnisotropy", 1); in print_VkPhysicalDeviceLimits() 7194 print_float(obj.viewportBoundsRange[i], "", isCommaNeeded); in print_VkPhysicalDeviceLimits() 7220 print_float(obj.minInterpolationOffset, "minInterpolationOffset", 1); in print_VkPhysicalDeviceLimits() 7222 print_float(obj.maxInterpolationOffset, "maxInterpolationOffset", 1); in print_VkPhysicalDeviceLimits() 7256 print_float(obj.timestampPeriod, "timestampPeriod", 1); in print_VkPhysicalDeviceLimits() 7273 print_float(obj.pointSizeRange[i], "", isCommaNeeded); in print_VkPhysicalDeviceLimits() 7288 print_float(obj.lineWidthRange[i], "", isCommaNeeded); in print_VkPhysicalDeviceLimits() [all …]
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl4.rst | 285 print_float (GenericValue.as_float Codegen.double_type result); 836 print_float (GenericValue.as_float Codegen.double_type result);
|
D | OCamlLangImpl6.rst | 1355 print_float (GenericValue.as_float Codegen.double_type result);
|
D | OCamlLangImpl5.rst | 1282 print_float (GenericValue.as_float Codegen.double_type result);
|
D | OCamlLangImpl7.rst | 1634 print_float (GenericValue.as_float Codegen.double_type result);
|