Searched refs:math (Results 76 - 100 of 107) sorted by relevance

12345

/seL4-camkes-master/projects/musllibc/src/math/
H A Dexp10l.c3 #include <math.h>
H A Dfmaf.c29 #include <math.h>
H A Dfmod.c1 #include <math.h>
H A Dfmodf.c1 #include <math.h>
H A Dhypotf.c1 #include <math.h>
H A Dlogf.c16 #include <math.h>
H A Dhypot.c1 #include <math.h>
H A Dlog.c63 #include <math.h>
H A Dlog10f.c16 #include <math.h>
H A Dlog2f.c16 #include <math.h>
H A Dremquo.c1 #include <math.h>
H A Dremquof.c1 #include <math.h>
H A Dlog10.c20 #include <math.h>
H A Dlog2.c20 #include <math.h>
/seL4-camkes-master/kernel/tools/
H A Dreciprocal.py16 from math import floor, ceil
/seL4-camkes-master/projects/camkes-tool/camkes/visualCAmkES/View/
H A DConnection_Widget.py14 import math, six namespace
299 length = math.sqrt(s_to_d.dotProduct(s_to_d, s_to_d))
366 old_length = math.sqrt(old_point.x() * old_point.x() + old_point.y() * old_point.y())
398 if (math.sqrt(s_to_d.dotProduct(s_to_d, s_to_d)) / 2) < normal_length:
399 normal_length = math.sqrt(s_to_d.dotProduct(s_to_d, s_to_d)) / 2
492 perpend_length = math.sqrt(new_vector.x() * new_vector.x() + new_vector.y() * new_vector.y())
493 straight_length = math.sqrt(straight_point.x() * straight_point.x() + straight_point.y() * straight_point.y())
495 start_angle = math.degrees(math.acos(start_straight_dot_product / (perpend_length * straight_length)))
H A DInstance_Widget.py15 import math namespace
670 y_pos = vector.y() * math.fabs((self.boundingRect().width() / 2) / vector.x())
699 x_pos = vector.x() * math.fabs((self.boundingRect().height() / 2) / vector.y())
/seL4-camkes-master/projects/util_libs/libutils/include/utils/
H A Dlinear_algebra.h13 /* A simple vector math library
16 * which expands into a vector math library with vectors represented
42 #include <math.h>
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/src/
H A Dstrconv.c5 #include <math.h>
/seL4-camkes-master/projects/musllibc/src/internal/
H A Dlibm.h18 #include <math.h>
/seL4-camkes-master/projects/capdl/python-capdl-tool/capdl/
H A DObject.py15 import math namespace
280 return int(math.floor(math.log(max(max_slot, 2), 2)) + 1)
/seL4-camkes-master/projects/camkes-tool/camkes/runner/
H A DContext.py38 orderedset, os, pdb, re, six, sys, textwrap, math namespace
182 'math': math,
/seL4-camkes-master/projects/camkes-tool/camkes/templates/
H A Dmacros.py30 import math namespace
67 page_size_bits = int(math.log(page_size, 2))
/seL4-camkes-master/projects/projects_libs/libusbdrivers/src/ehci/
H A Dhcd.c16 #include <math.h>
/seL4-camkes-master/projects/musllibc/include/
H A Dtgmath.h13 #include <math.h>
144 /* suppress any macros in math.h or complex.h */

Completed in 100 milliseconds

12345