/external/mesa3d/src/compiler/glsl/tests/lower_jumps/ |
D | create_test_cases.py | 73 def const_float(value): function 87 return ['expression', 'bool', '<', const_float(0), ['var_ref', var_name]] 353 assign_x('a', const_float(1)) + 357 assign_x('a', const_float(1)) 367 assign_x('a', const_float(1)) + 368 return_(const_float(1)) 382 complex_if('', return_(const_float(1))) + 383 return_(const_float(2)) 389 complex_if('', lowered_return(const_float(1))) + 390 if_execute_flag(lowered_return(const_float(2))) + [all …]
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | codegen.ml | 16 | 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/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/ |
D | codegen.ml | 16 | 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/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | codegen.ml | 16 | 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/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/ |
D | codegen.ml | 16 | 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/examples/OCaml-Kaleidoscope/Chapter6/ |
D | codegen.ml | 16 | 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/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | codegen.ml | 16 | 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/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 22 | 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/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 22 | 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/ |
D | codegen.ml | 22 | 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/mesa3d/src/amd/common/ |
D | ac_llvm_build.c | 1595 float const_float; member 1624 if (exp->chan[i].const_float == 0) in ac_eliminate_const_output() 1626 else if (exp->chan[i].const_float == 1) in ac_eliminate_const_output() 1688 c1->const_float != c2->const_float) || in ac_eliminate_duplicated_output() 1792 exp.chan[i].const_float = in ac_optimize_vs_outputs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | codegen.ml | 16 | Ast.Number n -> const_float double_type n
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/ |
D | codegen.ml | 16 | Ast.Number n -> const_float double_type n
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | codegen.ml | 16 | Ast.Number n -> const_float double_type n
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
D | codegen.ml | 16 | Ast.Number n -> const_float double_type n
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | codegen.ml | 16 | Ast.Number n -> const_float double_type n
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | codegen.ml | 16 | Ast.Number n -> const_float double_type n
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | check_ops_test.py | 1544 const_float = constant_op.constant(3.0, dtype=dtypes.float32) 1547 check_ops.assert_same_float_dtype([const_float], dtypes.float32)) 1549 [const_float], dtypes.int32) 1561 [const_float, None, sparse_float], dtypes.float64) 1565 [const_float, sparse_float])) 1568 [const_float, sparse_float], dtypes.float32))
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl5.rst | 256 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
|
D | OCamlLangImpl7.rst | 768 | 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
|
D | OCamlLangImpl6.rst | 1075 | 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | OCamlLangImpl5.rst | 244 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
|
D | OCamlLangImpl7.rst | 768 | 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
|
D | OCamlLangImpl6.rst | 1075 | 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
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 171 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
|