Home
last modified time | relevance | path

Searched refs:cval (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
Dtsp_timer.c16 uint64_t cval; member
27 uint64_t cval; in tsp_generic_timer_start() local
31 cval = read_cntpct_el0() + (read_cntfrq_el0() >> 1); in tsp_generic_timer_start()
32 write_cntps_cval_el1(cval); in tsp_generic_timer_start()
73 pcpu_timer_context[linear_id].cval = read_cntps_cval_el1(); in tsp_generic_timer_save()
86 write_cntps_cval_el1(pcpu_timer_context[linear_id].cval); in tsp_generic_timer_restore()
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/drivers/timer/
Dmt_cpuxgpt.c27 uint64_t cval; in generic_timer_backup() local
29 cval = read_cntpct_el0(); in generic_timer_backup()
30 cpuxgpt_set_init_cnt((uint32_t)(cval >> 32), in generic_timer_backup()
31 (uint32_t)(cval & 0xffffffff)); in generic_timer_backup()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcomplexobject.c219 complex_subtype_from_c_complex(PyTypeObject *type, Py_complex cval) in complex_subtype_from_c_complex() argument
225 ((PyComplexObject *)op)->cval = cval; in complex_subtype_from_c_complex()
230 PyComplex_FromCComplex(Py_complex cval) in PyComplex_FromCComplex() argument
239 op->cval = cval; in PyComplex_FromCComplex()
265 return ((PyComplexObject *)op)->cval.real; in PyComplex_RealAsDouble()
276 return ((PyComplexObject *)op)->cval.imag; in PyComplex_ImagAsDouble()
324 return ((PyComplexObject *)op)->cval; in PyComplex_AsCComplex()
341 cv = ((PyComplexObject *)newop)->cval; in PyComplex_AsCComplex()
382 if (v->cval.real == 0. && copysign(1.0, v->cval.real)==1.0) { in complex_format()
384 im = PyOS_double_to_string(v->cval.imag, format_code, in complex_format()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcomplexobject.c223 complex_subtype_from_c_complex(PyTypeObject *type, Py_complex cval) in complex_subtype_from_c_complex() argument
229 ((PyComplexObject *)op)->cval = cval; in complex_subtype_from_c_complex()
234 PyComplex_FromCComplex(Py_complex cval) in PyComplex_FromCComplex() argument
243 op->cval = cval; in PyComplex_FromCComplex()
269 return ((PyComplexObject *)op)->cval.real; in PyComplex_RealAsDouble()
280 return ((PyComplexObject *)op)->cval.imag; in PyComplex_ImagAsDouble()
328 return ((PyComplexObject *)op)->cval; in PyComplex_AsCComplex()
345 cv = ((PyComplexObject *)newop)->cval; in PyComplex_AsCComplex()
386 if (v->cval.real == 0. && copysign(1.0, v->cval.real)==1.0) { in complex_format()
388 im = PyOS_double_to_string(v->cval.imag, format_code, in complex_format()
[all …]
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/drivers/timer/
Dmt_cpuxgpt.c29 uint64_t cval; in sched_clock() local
31 cval = (((read_cntpct_el0() - atf_time_base)*1000)/ in sched_clock()
33 return cval; in sched_clock()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DCookie.py591 rval, cval = self.value_encode(value)
592 self.__set(key, rval, cval)
664 rval, cval = self.value_decode(V)
665 self.__set(K, rval, cval)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dcomplexobject.h42 Py_complex cval; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dcomplexobject.h42 Py_complex cval; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dgetargs.c813 Py_complex cval; in convertsimple() local
814 cval = PyComplex_AsCComplex(arg); in convertsimple()
818 *p = cval; in convertsimple()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dgetargs.c813 Py_complex cval; in convertsimple() local
814 cval = PyComplex_AsCComplex(arg); in convertsimple()
818 *p = cval; in convertsimple()