OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIZEOF_FLOAT
(Results
1 - 17
of
17
) sorted by null
/external/flatbuffers/java/com/google/flatbuffers/
Constants.java
33
static final int
SIZEOF_FLOAT
= 4;
FlatBufferBuilder.java
231
public void putFloat (float x) { bb.putFloat (space -= Constants.
SIZEOF_FLOAT
, x); }
282
public void addFloat (float x) { prep(Constants.
SIZEOF_FLOAT
, 0); putFloat (x); }
/frameworks/base/core/java/android/hardware/camera2/marshal/
MarshalHelpers.java
38
public static final int
SIZEOF_FLOAT
= Float.SIZE / Byte.SIZE;
61
return
SIZEOF_FLOAT
;
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableRggbChannelVector.java
32
private static final int SIZE =
SIZEOF_FLOAT
* RggbChannelVector.COUNT;
MarshalQueryableSizeF.java
33
private static final int SIZE =
SIZEOF_FLOAT
* 2;
/prebuilts/gdb/darwin-x86/include/python2.7/
pyconfig.h
1004
#define
SIZEOF_FLOAT
4
[
all
...]
/prebuilts/gdb/linux-x86/include/python2.7/
pyconfig.h
1004
#define
SIZEOF_FLOAT
4
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyconfig.h
1004
#define
SIZEOF_FLOAT
4
[
all
...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyconfig.h
1004
#define
SIZEOF_FLOAT
4
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ia32/
pyconfig.h
998
#define
SIZEOF_FLOAT
4
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ipf/
pyconfig.h
994
#define
SIZEOF_FLOAT
4
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Ia32/
pyconfig.h
1037
#define
SIZEOF_FLOAT
4
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/X64/
pyconfig.h
1036
#define
SIZEOF_FLOAT
4
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/X64/
pyconfig.h
1038
#define
SIZEOF_FLOAT
4
[
all
...]
/external/ImageMagick/config/
config.h.in
879
#undef
SIZEOF_FLOAT
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
floatobject.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
floatobject.c
[
all
...]
Completed in 729 milliseconds