Home
last modified time | relevance | path

Searched refs:const_float (Results 1 – 25 of 32) sorted by relevance

12

/external/mesa3d/src/compiler/glsl/tests/
Dlower_jump_cases.py63 def const_float(value): function
77 return ['expression', 'bool', '<', const_float(0), ['var_ref', var_name]]
332 assign_x('a', const_float(1)) +
336 assign_x('a', const_float(1))
346 assign_x('a', const_float(1)) +
347 return_(const_float(1))
360 complex_if('', return_(const_float(1))) +
361 return_(const_float(2))
367 complex_if('', lowered_return(const_float(1))) +
368 if_execute_flag(lowered_return(const_float(2))) +
[all …]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dcodegen.ml16 | Ast.Number n -> const_float double_type n
52 let zero = const_float double_type 0.0 in
137 | None -> const_float double_type 1.0
146 let zero = const_float double_type 0.0 in
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dcodegen.ml16 | Ast.Number n -> const_float double_type n
52 let zero = const_float double_type 0.0 in
137 | None -> const_float double_type 1.0
146 let zero = const_float double_type 0.0 in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dcodegen.ml16 | Ast.Number n -> const_float double_type n
70 let zero = const_float double_type 0.0 in
155 | None -> const_float double_type 1.0
164 let zero = const_float double_type 0.0 in
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dcodegen.ml16 | Ast.Number n -> const_float double_type n
70 let zero = const_float double_type 0.0 in
155 | None -> const_float double_type 1.0
164 let zero = const_float double_type 0.0 in
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml22 | Ast.Number n -> const_float double_type n
100 let zero = const_float double_type 0.0 in
208 | None -> const_float double_type 1.0
221 let zero = const_float double_type 0.0 in
257 | None -> const_float double_type 0.0
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml22 | Ast.Number n -> const_float double_type n
100 let zero = const_float double_type 0.0 in
208 | None -> const_float double_type 1.0
221 let zero = const_float double_type 0.0 in
257 | None -> const_float double_type 0.0
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dcodegen.ml16 | Ast.Number n -> const_float double_type n
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dcodegen.ml16 | Ast.Number n -> const_float double_type n
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dcodegen.ml16 | Ast.Number n -> const_float double_type n
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dcodegen.ml16 | Ast.Number n -> const_float double_type n
/external/llvm/docs/tutorial/
DOCamlLangImpl5.rst256 let zero = const_float double_type 0.0 in
621 | None -> const_float double_type 1.0
637 let zero = const_float double_type 0.0 in
1028 | Ast.Number n -> const_float double_type n
1064 let zero = const_float double_type 0.0 in
1149 | None -> const_float double_type 1.0
1158 let zero = const_float double_type 0.0 in
DOCamlLangImpl7.rst768 | None -> const_float double_type 0.0
1241 | Ast.Number n -> const_float double_type n
1319 let zero = const_float double_type 0.0 in
1427 | None -> const_float double_type 1.0
1440 let zero = const_float double_type 0.0 in
1476 | None -> const_float double_type 0.0
DOCamlLangImpl6.rst1075 | Ast.Number n -> const_float double_type n
1129 let zero = const_float double_type 0.0 in
1214 | None -> const_float double_type 1.0
1223 let zero = const_float double_type 0.0 in
DOCamlLangImpl3.rst94 | Ast.Number n -> const_float double_type n
801 | Ast.Number n -> const_float double_type n
DOCamlLangImpl4.rst704 | Ast.Number n -> const_float double_type n
/external/llvm-project/llvm/docs/tutorial/
DOCamlLangImpl5.rst244 let zero = const_float double_type 0.0 in
609 | None -> const_float double_type 1.0
625 let zero = const_float double_type 0.0 in
1016 | Ast.Number n -> const_float double_type n
1052 let zero = const_float double_type 0.0 in
1137 | None -> const_float double_type 1.0
1146 let zero = const_float double_type 0.0 in
DOCamlLangImpl7.rst768 | None -> const_float double_type 0.0
1241 | Ast.Number n -> const_float double_type n
1319 let zero = const_float double_type 0.0 in
1427 | None -> const_float double_type 1.0
1440 let zero = const_float double_type 0.0 in
1476 | None -> const_float double_type 0.0
DOCamlLangImpl6.rst1075 | Ast.Number n -> const_float double_type n
1129 let zero = const_float double_type 0.0 in
1214 | None -> const_float double_type 1.0
1223 let zero = const_float double_type 0.0 in
DOCamlLangImpl3.rst94 | Ast.Number n -> const_float double_type n
801 | Ast.Number n -> const_float double_type n
DOCamlLangImpl4.rst704 | Ast.Number n -> const_float double_type n
/external/tensorflow/tensorflow/python/kernel_tests/
Dcheck_ops_test.py2166 const_float = constant_op.constant(3.0, dtype=dtypes.float32)
2169 check_ops.assert_same_float_dtype([const_float], dtypes.float32))
2171 [const_float], dtypes.int32)
2183 [const_float, None, sparse_float], dtypes.float64)
2187 [const_float, sparse_float]))
2190 [const_float, sparse_float], dtypes.float32))
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c2690 float const_float; member
2718 if (exp->chan[i].const_float == 0) in ac_eliminate_const_output()
2720 else if (exp->chan[i].const_float == 1) in ac_eliminate_const_output()
2780 (c1->type == AC_IR_CONST && c1->const_float != c2->const_float) || in ac_eliminate_duplicated_output()
2890 exp.chan[i].const_float = LLVMConstRealGetDouble(v, &loses_info); in ac_optimize_vs_outputs()
/external/llvm/test/Bindings/OCaml/
Dcore.ml171 let cs = const_float float_type 2.75 in
176 let cd = const_float double_type 3.1459 in
186 let cd = const_float fp128_type 2. in
/external/llvm-project/llvm/test/Bindings/OCaml/
Dcore.ml181 let cs = const_float float_type 2.75 in
186 let cd = const_float double_type 3.1459 in
196 let cd = const_float fp128_type 2. in

12