Searched refs:tan (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/sched/ |
D | act_api.c | 1526 struct tcf_action_net *tan = net_generic(net, tcf_action_net_id); in tcf_action_egdev_lookup() local 1528 return rhashtable_lookup_fast(&tan->egdev_ht, &dev, in tcf_action_egdev_lookup() 1536 struct tcf_action_net *tan; in tcf_action_egdev_get() local 1547 tan = net_generic(dev_net(dev), tcf_action_net_id); in tcf_action_egdev_get() 1548 rhashtable_insert_fast(&tan->egdev_ht, &egdev->ht_node, in tcf_action_egdev_get() 1558 struct tcf_action_net *tan; in tcf_action_egdev_put() local 1562 tan = net_generic(dev_net(egdev->dev), tcf_action_net_id); in tcf_action_egdev_put() 1563 rhashtable_remove_fast(&tan->egdev_ht, &egdev->ht_node, in tcf_action_egdev_put() 1691 struct tcf_action_net *tan = net_generic(net, tcf_action_net_id); in tcf_action_net_init() local 1693 return rhashtable_init(&tan->egdev_ht, &tcf_action_egdev_ht_params); in tcf_action_net_init() [all …]
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | stan.S | 11 | Output: The value tan(X) returned in floating-point register Fp0. 31 | 4. (k is even) Tan(X) = tan(r) and tan(r) is approximated by a 37 | 4. (k is odd) Tan(X) = -cot(r). Since tan(r) is approximated by a
|
/Linux-v4.19/arch/x86/math-emu/ |
D | README | 186 tan() 495.0 8807.1 394.9 504.7 212 tan() 496.5 3153.3 240 would be 64 bits. The reduced Turbo C accuracy of cos() and tan() for 255 tan(x) 1e-10 .. pi/2-(1e-10) 64.0 (x <= pi/4) 62.1 286 tan(x) 1e-16 .. 9.22e+18 61.8 291 is within about 10e-7 of a multiple of pi. To find the tan (for
|
/Linux-v4.19/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 5615 # fp0 = tan(X) # 5632 # 4. (k is even) Tan(X) = tan(r) and tan(r) is approximated by a # 5638 # 4. (k is odd) Tan(X) = -cot(r). Since tan(r) is approximated by #
|