Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/schema/
Dschema_v0.fbs109 SIGN_BIT = 5,
Dschema_v2.fbs130 SIGN_BIT = 5,
Dschema_v1.fbs122 SIGN_BIT = 5,
Dschema_v3.fbs140 SIGN_BIT = 5,
Dschema.fbs330 SIGN_BIT = 5,
/external/python/cpython2/Modules/
Daudioop.c66 #define SIGN_BIT (0x80) /* Sign bit for an A-law byte. */ macro
/external/python/cpython3/Modules/
Daudioop.c54 #define SIGN_BIT (0x80) /* Sign bit for an A-law byte. */ macro