Home
last modified time | relevance | path

Searched refs:ffiReturnFloatValue (Results 1 – 7 of 7) sorted by relevance

/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/
H A Dffi-test-main.c285 ld= ffiReturnFloatValue(); in ctests()
318 d= ffiReturnFloatValue(); in ctests()
359 f= ffiReturnFloatValue(); in ctests()
588 d= ffiReturnFloatValue(); in stests()
595 d= ffiReturnFloatValue(); in stests()
H A Dx86-sysv.c257 double ffiReturnFloatValue(void) { return ffiFloatReturnValue; } in ffiReturnFloatValue() function
H A Dppc-sysv.c361 double ffiReturnFloatValue(void) { return ffiFloatReturnValue; } in ffiReturnFloatValue() function
H A Dppc-darwin.c379 double ffiReturnFloatValue(void) { return floatReturnValue; } in ffiReturnFloatValue() function
H A Dany-libffi.c363 double ffiReturnFloatValue(void) in ffiReturnFloatValue() function
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/SqueakFFIPrims/
H A DsqFFI.h130 double ffiReturnFloatValue(void);
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/
H A DSqueakFFIPrims.c667 retOop1 = interpreterProxy->floatObjectOf(ffiReturnFloatValue()); in ffiCalloutToWithFlags()