Searched refs:const_value (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dqname.cc40 QName::QName(const StaticQName& const_value) argument
41 : namespace_(const_value.ns),
42 local_part_(const_value.local) {
H A Dqname.h56 QName(const StaticQName& const_value);
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dqname.cc23 QName::QName(const StaticQName& const_value) argument
24 : namespace_(const_value.ns),
25 local_part_(const_value.local) {
H A Dqname.h39 QName(const StaticQName& const_value);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c706 float const_value; local
760 const_value = rc_get_constant_value(c,
766 if (const_value == 2.0f) {
768 } else if (const_value == 4.0f) {
770 } else if (const_value == 8.0f) {
772 } else if (const_value == (1.0f / 2.0f)) {
774 } else if (const_value == (1.0f / 4.0f)) {
776 } else if (const_value == (1.0f / 8.0f)) {
H A Dradeon_emulate_loops.c42 struct const_value { struct
91 struct const_value * value = data;
194 struct const_value counter_value;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c706 float const_value; local
760 const_value = rc_get_constant_value(c,
766 if (const_value == 2.0f) {
768 } else if (const_value == 4.0f) {
770 } else if (const_value == 8.0f) {
772 } else if (const_value == (1.0f / 2.0f)) {
774 } else if (const_value == (1.0f / 4.0f)) {
776 } else if (const_value == (1.0f / 8.0f)) {
H A Dradeon_emulate_loops.c42 struct const_value { struct
91 struct const_value * value = data;
194 struct const_value counter_value;
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Define.h700 #define DEFINE_GLOBAL_CONST(pRuntime, const_name , const_value)\
701 if (JS_DefineGlobalConst(pRuntime,JS_WIDESTRING(const_name),JS_NewString(pRuntime,JS_WIDESTRING(const_value)))) return -1

Completed in 222 milliseconds