OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:const_float
(Results
1 - 9
of
9
) sorted by null
/external/mesa3d/src/glsl/tests/lower_jumps/
create_test_cases.py
70
def
const_float
(value):
function
84
return ['expression', 'bool', '>', ['var_ref', var_name],
const_float
(0)]
343
assign_x('a',
const_float
(1)) +
347
assign_x('a',
const_float
(1))
357
assign_x('a',
const_float
(1)) +
358
return_(
const_float
(1))
372
complex_if('', return_(
const_float
(1))) +
373
return_(
const_float
(2))
379
complex_if('', lowered_return(
const_float
(1))) +
380
if_execute_flag(lowered_return(
const_float
(2)))
[
all
...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
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/llvm/examples/OCaml-Kaleidoscope/Chapter6/
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/Chapter7/
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/Chapter3/
codegen.ml
16
| Ast.Number n ->
const_float
double_type n
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml
16
| Ast.Number n ->
const_float
double_type n
/external/llvm/test/Bindings/OCaml/
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
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.ml
477
external
const_float
: lltype -> float -> llvalue = "llvm_const_float"
[
all
...]
llvm.mli
861
(** [
const_float
ty n] returns the floating point constant of type [ty] and
863
val
const_float
: lltype -> float -> llvalue
var
[
all
...]
Completed in 480 milliseconds