OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coerce
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml
58
let open Ctypes in !@ (
coerce
(ptr void) (ptr typ) (ptr_of_raw_address vptr))
65
let open Ctypes in
coerce
(ptr void) typ (ptr_of_raw_address fptr)
/src/external/gpl2/gettext/dist/gettext-tools/libuniname/
gen-uninames
139
(format ostream " ~{ '~C',~}~%" (
coerce
word 'list))
214
(
coerce
(nreverse indices) 'vector)
244
(
coerce
(unicode-char-word-indices uc) 'list)
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
variant.d
888
@property T
coerce
(T)()
906
// function working. "10".
coerce
!int ought to work.
1813
* `
coerce
` is attempted with an incompatible target type;)
1937
//
coerce
tests
1938
a = Variant(42.22); assert(a.
coerce
!(int) == 42);
1939
a = cast(short) 5; assert(a.
coerce
!(double) == 5);
1940
a = Variant("10"); assert(a.
coerce
!int == 10);
1943
assert(a.
coerce
!bool);
1945
assert(!a.
coerce
!bool);
1948
assert(a.
coerce
!bool)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dcast.d
2878
Type
coerce
(Type towards)
3032
return
coerce
(tx);
3087
return
coerce
(t1.nextOf().arrayOf());
3099
return
coerce
(t2.nextOf().arrayOf());
3205
return
coerce
(t2);
3207
return
coerce
(t1);
3358
return
coerce
(t1.nextOf().arrayOf());
3360
return
coerce
(t2.nextOf().arrayOf());
3420
return
coerce
(t1.castMod(mod));
/src/external/lgpl3/gmp/dist/demos/perl/
GMP.xs
605
/*
Coerce
sv to an mpz. Use tmp to hold the converted value if sv isn't
626
croak ("cannot
coerce
non-integer double to mpz");
642
croak ("cannot
coerce
non-integer mpq to mpz");
650
croak ("cannot
coerce
non-integer mpf to mpz");
656
croak ("cannot
coerce
to mpz");
666
/*
Coerce
sv to an mpq. If sv is an mpq then just return that, otherwise
702
croak ("cannot
coerce
to mpq");
745
croak ("cannot
coerce
to mpf");
749
/*
Coerce
sv to an mpf. If sv is an mpf then just return that, otherwise
768
/*
Coerce
xv to an mpf and store the pointer in x, ditto for yv to x. I
[
all
...]
Completed in 58 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026